internal/runtime/maps.table.Get (method)

2 uses

	internal/runtime/maps (current package)
		table.go#L145: func (t *table) Get(typ *abi.SwissMapType, m *Map, key unsafe.Pointer) (unsafe.Pointer, bool) {
		table_debug.go#L48: 				if _, ok := t.Get(typ, m, key); !ok {